This is not really worth a chapter of its own.
+++ /dev/null
-Title: Events
-
-## Handling events from the window system
-
-In GTK applications the events are handled automatically by toplevel
-widgets and passed on to the event controllers of appropriate widgets,
-so using [class@Gdk.Event] and its related API is rarely needed.
-
-[class@Gdk.Event] and its derived types are immutable data structures,
-created by GTK itself to represent windowing system events.
[extra]
content_files = [
- "events.md",
"keys.md",
"cairo.md",
"pango.md",
/**
* GdkEvent: (ref-func gdk_event_ref) (unref-func gdk_event_unref)
*
- * The GdkEvent struct contains only private fields and
- * should not be accessed directly.
+ * `GdkEvent` and its derived types are immutable data structures,
+ * created by GTK itself to represent windowing system events.
+ *
+ * In GTK applications the events are handled automatically by toplevel
+ * widgets and passed on to the event controllers of appropriate widgets,
+ * so using `GdkEvent` and its related API is rarely needed.
*/
/**